home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Mops 2.7 / Mops Manual / Part III.srd / Part III.srd.rsrc / PICT_68.png < prev    next >
Portable Network Graphic  |  1996-01-02  |  97KB  |  816x1056  |  8-bit (256 colors)
Labels: book | encyclical | poster | reckoner | sky
OCR: 111-56 Mops Predefined Classes Control Control is a generic superclass for controls Superclass View Source file Ctl Status Optional instance variables int procID The control definition ID for the Toolbox int resID The control' resource ID handle CtlHndI Handle to the control teeeed int myValue Contains copy of the numeric value of the control int titleLen Length of the control's title 32 bytes title The text of the title Indexed data None System objects None Methods accessing putResID: resID - Stores the resource ID for the control. Used if the control is defined via resource get: (- val Returns the value of the control. put: (val --) Sets the value of the control handle: hndl Returns the control handle setTitle: addr len -- Sets title of control. getTitle: addr len Gets title of control. ...